home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000220_nospam@dontbother.luser_Tue Aug 12 14:29:28 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  5KB  |  129 lines

  1. Article: 14458 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.algonet.se!algonet!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!news-out.nuthinbutnews.com!propagator2-sterling!news-in-sterling.nuthinbutnews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny03.gnilink.net.POSTED!53ab2750!not-for-mail
  3. From: marty <nospam@dontbother.luser>
  4. Subject: Re: Telnet zmodem
  5. Newsgroups: comp.protocols.kermit.misc
  6. References: <WpYZa.2154$u%2.1308@nwrdny02.gnilink.net> <bhapf2$d0a$1@watsol.cc.columbia.edu>
  7. Lines: 107
  8. Organization: SOLAR_SYSTEM  --remove "_invalid" to send eMail
  9. User-Agent: KNode/0.7.1
  10. MIME-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7Bit
  13. X-eMail: 6mqb0mis02_invalid@sneakemail.com
  14. Message-ID: <0r9_a.319$jw4.275@nwrdny03.gnilink.net>
  15. Date: Tue, 12 Aug 2003 17:26:20 GMT
  16. NNTP-Posting-Host: 68.161.198.42
  17. X-Complaints-To: abuse@verizon.net
  18. X-Trace: nwrdny03.gnilink.net 1060709180 68.161.198.42 (Tue, 12 Aug 2003 13:26:20 EDT)
  19. NNTP-Posting-Date: Tue, 12 Aug 2003 13:26:20 EDT
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14458
  21.  
  22. Frank da Cruz wrote:
  23.  
  24. > In article <WpYZa.2154$u%2.1308@nwrdny02.gnilink.net>,
  25. > marty  <nospam@dontbother.luser> wrote:
  26. > : Using:  C-Kermit 8.0.209, 17 Mar 2003, for Linux(RH 8.0)
  27. > : 
  28. > : I have an account that allows me to connect via telnet to a SunOS 5.7
  29. > : server.  Login presents me with the user menu, one of the choices is to
  30. > : my
  31. > : 'Personal files' section.  Upload/Download features are via xmodem or
  32. > : zmodem.  In the past on the windows side, I've used Hilgreave's
  33. > : HyperTerminal to do uploading/downloading to my 'Personal files'
  34. > : section.
  35. > : 
  36. > : But know I'm using RedHat... & C-Kermit 8.0.209, 17 Mar 2003, for Linux.
  37. > :  As powerful as C-Kermit is I figure it should allow me to do the same
  38. > : as I did on the windows side but...
  39. > : 
  40. > : From a C-Kermit prompt I telnet to and log onto the server.  The
  41. > : procedure for downloading via a telnet connection is to choose the
  42. > : download option
  43. > : and name the file one wishes to download.  Chose xmodem or zmodem
  44. > : (C-Kermit: set protocol zmodem) and the process begins...
  45. > : 
  46. > "set protocol zmodem" invokes an external protocol, whatever Red Hat
  47. > happens to have installed as "rz" and "sz".
  48.  
  49. Yes I was aware of that fact, thanks.
  50.  
  51. > : ================================
  52. > : Receiving: pine-error_addressbooks.png
  53. > : Retry 0: Bad CRC
  54. > : ...
  55. > : Bytes received:       0/  30846   BPS:0      ETA 00:00  Retry 0: Bad CRC
  56. > : ...
  57. > : Retry 0: Bad CRC
  58. > : 
  59. > : rz: pine-error_addressbooks.png removed.
  60. > : ================================
  61. > : 
  62. > : The process finishes with me being dumped back to the C-Kermit prompt.
  63. > : Status: FAILURE
  64. > : 
  65. > So "rz" failed.
  66.  
  67. Actually, I wrongly stated that status reported 'FAILURE'.  In fact after 
  68. all of these failed transfers, typing 'Status' at the C-Kermit prompt 
  69. reports: 'SUCCESS'
  70.  
  71. > : Uploads are just as unsuccessful.  I start with a login to a telnet
  72. > : session
  73. > : from the C-Kermit prompt.  Initiate an upload using zmodem (again
  74. > : C-Kermit is 'set protocol zmodem', do a Ctrl\c back to C-Kermit prompt
  75. > : issue the following...
  76. > : 
  77. > : The file name shows in the list of files in my 'Personal file' on the
  78. > : host, but of course the file is 0 KB.
  79. > : 
  80. > : I've only been using linux for a year or so now and C-Kermit for a few
  81. > : days so any help or suggestions would be much appreciated.
  82. > : 
  83. > Some knowledge of serial communication is required.  The C-Kermit book has
  84. > chapters and chapters explaining all this.
  85.  
  86. Ok, so you would like me to buy your book!  Maybe I will, but in the 
  87. meantime your help is greatly appreciated.
  88.  
  89. >  Very briefly:
  90. >  . We know the interface speed is right because you can see the
  91. >    remote text.
  92. >  . Probably the parity is right ("none") because the host would never
  93. >    pick Xmodem or Zmodem as protocols if non-none parity were being
  94. >    used.
  95.  
  96. Yes parity is set to 'none'
  97.  
  98. >  . Therefore the most likely cause of failure is inadequate flow
  99. >    control.
  100. > You have to make sure an effective form of flow control is established
  101. > between every pair of devices along the communication path, e.g. local
  102. > computer to its modem, modem to modem, remote modem to remote serial
  103. > port.  See:
  104. >   http://www.columbia.edu/kermit/support.html#hints
  105.  
  106. Thanks for the link but one minor detail I failed to mention.  My connection 
  107. to the remote host is via broadband and the Internet, no modem(s) involved.  
  108. I've tried various flow-control settings for both 'tcpip' and 'remote' to 
  109. no avail?
  110.  
  111. > if you need to follow up.
  112. > - Frank
  113.  
  114. Well thanks for your responses.  What I may lack in 'knowledge of serial 
  115. communication' I will attempt to overcome in bulldog-like determination!
  116.  
  117. -marty
  118. -- 
  119. All UNconstructive criticism will be filed in the appropriate receptacle.
  120.